home *** CD-ROM | disk | FTP | other *** search
- rem --- set the color for background on the screen
- SCREENCOLOR: (192,192,192),(192,192,192)
-
- rem --- display the bitmap logo
- SCREENGRAPHIC: texasoft.bmp, bottomright
-
- rem --- the title that appears on the background
- TITLE: "WINKS 4.1c", 60, italic, bold
- rem --- the color for the title
- TITLECOLOR: blue
- BEGINFIRSTSCREEN
-
- Welcome to WINKS(tm) Basic Evaluation Edition, a program
- for Statistical Data Analysis and Graphs.
-
- This installation program will install WINKS onto your
- hard disk. Please follow the instructions on the
- screen. This installation will not change your autoexec.bat
- or config.sys, and will not write any files to your windows
- directory.
-
- This is an unregistered copy of the program.
-
- ENDFIRSTSCREEN
-
- BEGINLASTSCREEN
-
- Installation of WINKS is now complete.
-
- Double Click on the WINKS icon to begin the program.
-
- This is an unregistered evaluation copy.
-
- ENDLASTSCREEN
-
- rem --- check to see if the end user has enough disk space to install
- MINDISKSPACE: 2600000
-
- rem --- set the default drive and directory for installation
- DEFAULTDIR: c:\winks, prompt="Please enter the drive and directory where you wish WINKS to be installed:"
-
- rem ---
- WINITEM: "WINKS", "$DEFAULTDIR$\winks.exe", "WINKS Evaluation", Replace
- WINITEM: "WINKS", "$DEFAULTDIR$\whelp.hlp", "WINKS HELP", Replace
- WINITEM: "WINKS", "notepad.exe $DEFAULTDIR$\worder.txt", "Order Form", Replace
- WINITEM: "WINKS", "notepad.exe $DEFAULTDIR$\latenews.txt", "Latenews", Replace
- WINITEM: "WINKS", "WRITE.EXE $DEFAULTDIR$\winks.wri", "WINKS Documentation", Replace
-
- FILE: winksw.SHR overwrite=yes
- FILE: WINKS.WRI overwrite=yes
-
-
-